projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f8793e
)
Support build of Emacs on ARM Macos machines
author
Lars Ingebrigtsen
<larsi@gnus.org>
Mon, 14 Sep 2020 10:34:56 +0000
(12:34 +0200)
committer
Philipp Stephani
<phst@google.com>
Wed, 23 Dec 2020 16:32:11 +0000
(17:32 +0100)
* configure.ac: Add support for aarch64-* on Macos (i.e., 64-bit
ARM) (bug#43369).
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index e93a3331b723b84ae0fd8866801f2af9cfbbd6fa..c683e31f6883054c6a53e13f25520d47bf69ea7b 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-703,7
+703,7
@@
case "${canonical}" in
*-apple-darwin* )
case "${canonical}" in
*-apple-darwin[0-9].*) unported=yes ;;
- i[3456]86-* | x86_64-* ) ;;
+ i[3456]86-* | x86_64-*
| arm-* | aarch64-*
) ;;
* ) unported=yes ;;
esac
opsys=darwin